html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, em, font, img,small, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	}
	
ol, ul{
	list-style-position:inside;
	}

a img{border:none;}
	
a:link,a:visited {
	text-decoration: underline;
	color:#0044CC;
	font-weight:bold;
	}
	
a:hover {
	text-decoration: none;
	}
	
.floatright{
	float:right;
	margin-left:8px;
	}

.floatleft{
	float:left;
	margin-right:8px;
	}

/***********************************************/

body{
	background:#efefef;
	line-height: 128%;;
	color: #444;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	}

#container{
	width:960px;
	margin:0 auto;
	text-align:right;
	}
	
#header{
	background:url('nav-bg.png') no-repeat;
	padding:20px 30px 30px 30px;
	font-weight: bold;
	font-family: Gadget, Arial, sans-serif;
	font-size:30px;
	color:#214469;
	}
	
#content{
	width:657px;
	float:left;
	padding-bottom:10px;
	}
	
	#content h1 {
        font-size: 28px;
        padding: 0 0 10px 0;
        text-align: center;
	}
	
	p{
	margin-bottom:10px;
	}

.postbox{
	background:#fff;
	border:1px solid #DEDEDE;
	padding-top:10px;
	padding: 30px 10px 0;
	}
	
#sidebar{
	width:293px;
	float:right;
	padding-bottom:10px;
	}
	
	.sidebarbox{
	background:#fff;
	border:1px solid #DEDEDE;
	padding:20px;
	margin-bottom:10px;
	}
	
	.sidebarbox h2{
	margin-bottom:8px;
	}
	
#footer{
	clear:both;
	color:#888888;
	display:block;
	padding:10px;
	}

#hrtitle  {
    width: 50%;
}